home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / pieces1.arj / WAITFOR.DOC < prev   
Encoding:
Text File  |  1993-08-30  |  4.1 KB  |  93 lines

  1.                                ABOUT WAITFOR.EXE
  2.  
  3.          WAITFOR.EXE  is  a  program  from the kit, PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          WAITFOR is used to stall presentation execution, for  use  in
  11.          between  display  of pictures, sound effects, etc., until the
  12.          user presses any key or clicks a mouse button.
  13.  
  14.                                  How To Use It
  15.          Type:
  16.  
  17.          WAITFOR.EXE
  18.  
  19.          at the DOS prompt, in a batch file, or  in  a  PIECES  script
  20.          file.  Everything will stop, nothing will  happen  until  the
  21.          user  presses  a  key or clicks a mouse button. For instance,
  22.          if you have some farm pictures to display, you could  make  a
  23.          script  file  for  RUN.EXE (part of the Pieces package) which
  24.          might look like this:
  25.  
  26.          PGIF CATTLE.GIF
  27.          WAITFOR
  28.          PGIF HORSES.GIF
  29.          WAITFOR
  30.          PGIF HOGS.GIF
  31.          WAITFOR
  32.          CLEAR
  33.  
  34.          The end user would have a presentation which shows a  picture
  35.          of  cattle until any key is pressed. Then a picture of horses
  36.          would appear.  Again the computer would wait for a key to  be
  37.          pressed,  and then a picture of pigs would be shown.  After a
  38.          final keypress, the screen would clear.
  39.  
  40.                             Additional Information
  41.  
  42.          WAITFOR is a non-destructive program, it will not change  the
  43.          currently displayed image, and works in all video modes.
  44.  
  45.                                  About Pieces
  46.  
  47.          PIECES is a shareware disk containing several small  programs
  48.          that  can  be  combined  to  do  a  variety  of  tasks   with
  49.          a super-professional look and feel. No programming experience
  50.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  51.          favorite programs as well, so it's possibilities  for  making
  52.          and enhancing pictures shows, text presentations, multimedia,
  53.          electronic catalogs, teaching materials, executable software,
  54.          games, shareware and more are limitless!
  55.              You  can  register  as many or as few PIECES as you wish.
  56.          Registered users are licensed  to  copy  and  distribute  the
  57.          PIECES  along  with  their  finished  products.  Unregistered
  58.          users may copy and distribute the complete unmodified  PIECES
  59.          package,  but  may not use only portions of it until purchase
  60.          of registration.  Use  of  PIECES  beyond  30  days  requires
  61.          registration.
  62.              Most  shareware  PIECES  programs  have  a "unregistered"
  63.          notice which pops up randomly, approximately every 200 times.
  64.          This is removed from the registered versions, and also  saves
  65.          as much as 3,000 bytes disk space per program.
  66.  
  67.              This software is  copyrighted  by  Jeff Napier of Another
  68.          Company, and distributed by Gary Smith of OEC Systems.
  69.              
  70.              The  shareware  or  registered  versions of PIECES may be
  71.          purchased from Gary Smith at OEC Systems:
  72.  
  73.                                 Gary Smith
  74.                                 c/o OEC Systems
  75.                                 4646 North Shallowford Road
  76.                                 Atlanta, GA  30338-6304
  77.  
  78.                                 phone: 404-394-1000
  79.                                 orders only: 800-444-2424
  80.                                 fax: 404-394-1006
  81.                                 BBS: 404-804-7889
  82.                                 
  83.                                 MasterCard and VISA accepted
  84.  
  85.              Neither Another Company nor Gary Smith/OEC Systems assume 
  86.          any  responsibility  for  your  use  of  this  product or any 
  87.          Another Company product.
  88.          _____________________________________________________________
  89.                                                           end of file.
  90.  
  91.  
  92.  
  93.